onBottom

open fun onBottom(flag: Boolean)

Callback method invoked by ComboScrollView when the scroll content reaches or leaves the bottom boundary. Manages the visibility of the bottom caret indicator.

Parameters

flag

true if the scroll view is at the bottom, false otherwise.